Learn R Programming

DDPM (version 0.1.0)

Argentina COVID: The data show the daily COVID-19 new cases of Argentina

Description

The function gives the daily number of COVID-19 new cases in Argentina.

Usage

data_argcovid

Value

data_argcovid gives the daily number of COVID-19 new cases in Argentina.

Arguments

data_argcovid

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the daily COVID-19 new cases of Argentina of 80 days, that is recorded from 12 March to 30 May 2020. Recently, they were used by Ibrahim and Almetwally (2021) and fitted by the discrete marshall-Olkin Lomax distribution.

References

Ibrahim, G. M., & Almetwally, E. M. (2021). Discrete marshall-Olkin lomax distribution application of covid-19. Biomedical journal of Scientific & Technical Research, 32(5), 2021.

See Also

data_COVIDd, data_Algeriacovid, data_Bosniacovid

Examples

Run this code
x<-data_argcovid
summary(x)
table (x)

Run the code above in your browser using DataLab